Silver Family Tree
Click the flag for top of the page
David Silver
Daniel Silver
Simon & Samuel Silver Photo taken in 2005
/* global sizing + page wrapper */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .site-wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; /* gutter on small screens */ }